projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c2e20a
)
tests: fix intermittent failure for test-sysroot
author
Giuseppe Scrivano
<gscrivan@redhat.com>
Mon, 10 Nov 2014 18:48:45 +0000
(19:48 +0100)
committer
Giuseppe Scrivano
<gscrivan@redhat.com>
Mon, 10 Nov 2014 18:48:45 +0000
(19:48 +0100)
libtestExec doesn't run twice the same process now.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
tests/test-sysroot.js
patch
|
blob
|
history
diff --git
a/tests/test-sysroot.js
b/tests/test-sysroot.js
index 671eaac3247d623efc44d1cd7daf4bd53ea32b70..da9c732302cfb98a71394fec79a865a34b6750bd 100644
(file)
--- a/
tests/test-sysroot.js
+++ b/
tests/test-sysroot.js
@@
-41,7
+41,6
@@
function libtestExec(shellCode) {
GSystem.SubprocessStreamDisposition.INHERIT,
GSystem.SubprocessStreamDisposition.INHERIT,
null);
- proc.init(null);
proc.wait_sync_check(null);
}